Fix the definition of GtkWidget:can-target
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Nov 2020 16:27:22 +0000 (11:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Nov 2020 02:23:35 +0000 (21:23 -0500)
commit3cf26b471ba5045ee8e0347cbbf2eff184de4a43
treec9785f73d0062c78111da3d7ef92377e9880d7e3
parentc6302856925a844ce7d24319b53a3fb9e82c957e
Fix the definition of GtkWidget:can-target

We are setting the value to TRUE initially, but
the property had a declared default of FALSE.
This is messing up the simplification of .ui files
with gtk4-builder-tool, since it thinks it can
omit can-target properties when it really can't.
gtk/gtkwidget.c